Skip to content

Conversation

@graham-chainlink
Copy link
Collaborator

SUI teams wants to be able to specify docker image used for the sui container. This commit exposes the provider configuration on the test engine layer.

JIRA: https://smartcontract-it.atlassian.net/browse/CLD-1032

SUI teams wants to be able to specify docker image used for the sui container. This commit exposes the provider configuration on the test engine layer.

JIRA: https://smartcontract-it.atlassian.net/browse/CLD-1032
@changeset-bot
Copy link

changeset-bot bot commented Jan 15, 2026

🦋 Changeset detected

Latest commit: 513ecce

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
chainlink-deployments-framework Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@cl-sonarqube-production
Copy link

Quality Gate failed Quality Gate failed

Failed conditions
33.3% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube

@graham-chainlink graham-chainlink marked this pull request as ready for review January 15, 2026 05:15
@graham-chainlink graham-chainlink requested a review from a team as a code owner January 15, 2026 05:15
Copilot AI review requested due to automatic review settings January 15, 2026 05:15
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds support for custom configuration of SUI chain containers in the test engine, allowing teams to specify docker images and other provider settings for SUI blockchain testing.

Changes:

  • Exposed SuiContainerConfig type alias for provider configuration
  • Added NewSuiContainerLoaderWithConfig function to create loaders with custom configuration
  • Introduced WithSuiContainerWithConfig and WithSuiContainerNWithConfig helper functions for test environment setup

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
engine/test/onchain/sui.go Added type alias and new loader function that accepts custom configuration
engine/test/onchain/sui_test.go Added test for the new configuration-based loader function
engine/test/environment/options.go Added helper functions to use custom SUI configuration in test environments
.changeset/fast-chefs-shop.md Added changeset documentation for the feature

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@graham-chainlink graham-chainlink added this pull request to the merge queue Jan 15, 2026
Merged via the queue into main with commit 0a320ef Jan 15, 2026
15 of 16 checks passed
@graham-chainlink graham-chainlink deleted the ggoh/cld-1032/sui-config branch January 15, 2026 12:52
github-merge-queue bot pushed a commit that referenced this pull request Jan 15, 2026
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## [email protected]

### Minor Changes

-
[#670](#670)
[`0a320ef`](0a320ef)
Thanks [@graham-chainlink](https://github.com/graham-chainlink)! -
feat(engine): allow configuration for SUI chain in test engine

### Patch Changes

-
[#668](#668)
[`ff9c85a`](ff9c85a)
Thanks [@jkongie](https://github.com/jkongie)! - Bump `go-ethereum` to
v1.16.8

---------

Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants